set version to 0.0.11
authorØyvind Kolås <ok@src.gnome.org>
Sun, 7 Jan 2007 23:59:06 +0000 (23:59 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 7 Jan 2007 23:59:06 +0000 (23:59 +0000)
* configure.ac: set version to 0.0.11

svn path=/trunk/; revision=194

ChangeLog
configure.ac

index 3774cff1fb6cd1d01e4a1ed76a036c819f4025cf..331a7394ba59cb9bcb85febddfc5dfcee1808a13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-07  Øyvind Kolås  <pippin@gimp.org>
+
+       * configure.ac: set version to 0.0.11
+
+2007-01-07  Øyvind Kolås  <pippin@gimp.org>
+
+       * configure.ac: set version to 0.0.10
+       * docs/index-static.html.in: reworded things due to the subversion
+       switch.
+
 2007-01-06  Michael Schumacher  <schumaml@cvs.gnome.org>
 
         This change makes babl buildable on Windows.
index a07ebf4bf7ae978e44ec6d147cd6682c918d5a8b..bb95fb3fea5ae7a195ebbe382b852de180926ee7 100644 (file)
@@ -6,7 +6,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 9)
+m4_define([babl_micro_version], 11)
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])